A. DataBind
B. DataList
C. Fill( )
D. Load ( )
Advertisement
Related Mcqs:
- Which method do you invoke on the Data Adapter control to load your generated dataset ?
- A. Fill( ) B. Read( ) C. ExecuteQuery( ) D. None of these...
- Which of the following is a requirement when merging modified data into a DataSet ?
- A. The DataSet schemas must match in order to merge B. The destination DataSet must be empty prior to merging C. A primary key must be defined on the DataTable objects D. A DataSet must be merged into the same DataSet that created it....
- Which class can be used to perform data type conversion between .NET data types and XML types ?
- A. XmlSettings B. XmlConvert C. XmlCast D. XmlType...
- Which of the following must be done in order to connect data from some data resource to Repeater control ?
- A. Call the DataBind method B. Set the DataSource property C. Both A and B D. None of these...
- If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing______________?
- A. Maintain the login state security through a View State. B. Maintain the login state security through a Session. C. Maintain the login state security through a database. D. All of the above...
- The control used in ASP.NET to display information from data set but with better formatting and editing behavior is_______________?
- A. DataList B. Button C. Panel D. None of the Above...
- An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
- A. Use View State B. Use URL munging C. Disable ViewState and use Session State D. Disable View State and don’t use session state...
- Which of these data source controls do not implement Caching ?
- A. LinqDataSource B. XmlDataSource C. SqlDataSource D. ObjectDataSource...
- Which of the following denote New Data-bound Controls used with ASP.NET ?
- A. SqlDataSource B. FormView C. GridView D. All of the above...
- What data types do a Rangevalidator supports ?
- A. String B. Integer C. Date D. All of the above...
Advertisement